home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19970104-19970326
/
000404_news@columbia.edu _Tue Mar 11 14:38:16 1997.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Return-Path: <news@columbia.edu>
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA06581
for <kermit.misc@watsun.cc.columbia.edu>; Tue, 11 Mar 1997 14:38:16 -0500 (EST)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA12940
for kermit.misc@watsun; Tue, 11 Mar 1997 14:38:15 -0500 (EST)
Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: SHOW SERVICES macro?
Date: 11 Mar 1997 19:38:14 GMT
Organization: Columbia University
Lines: 37
Message-ID: <5g4cb6$mdc$1@apakabar.cc.columbia.edu>
References: <5g4brq$mte@nntp.Stanford.EDU>
NNTP-Posting-Host: watsun.cc.columbia.edu
Xref: news.columbia.edu comp.protocols.kermit.misc:6738
In article <5g4brq$mte@nntp.Stanford.EDU>,
Stewart Levin <stew@sep.Stanford.EDU> wrote:
: I've been patiently customizing my home C-kermit configuration
: under Linux. I created a cklocal.ini file defining the modem
: information and a set of login macros to accompany the ckermit.ksd
: services additions. (BTW I had to add a CHECK NETWORK commmand...
:
CHECK NETWORK succeeds if network support compiled in, fails if not.
It has nothing to do with whether a connection is active.
: within the COMMON: code block of ckermit.ini to permit the ACCESS
: and related macros to be defined in the absence of an active
: network configuration.)
:
??? I'm not sure I understand what you mean -- maybe you could send
me email saying why you had to do this?
: I have two questions/requests:
:
: 1. Does anyone already have a SHOW SERVICES equivalent macro
: to jog my memory about what services are defined in the
: ckermit.ksd file?
:
It's already there: LIST.
: 2. I'm thinking of building a modest X wrapper using
: the Stanford xtpanel scripting language. Is it
: possible to invoke the "access" macro from the
: command line and leave the user connected to the
: resulting session? I'm hoping to use xterm -e kermit -C ...
: for the purpose.
:
That's one way to do it, something like:
xterm -e kermit -C "access foo.bar.baz.com, if success connect, else exit"
- Frank